4.32 Design a recursive linear-time algorithm that tests whether a binary tree satisfies the search tree order property at every node.
 
 
View Solution
 
 
 
<< Back Next >>